Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add urcrypt #90

Closed
wants to merge 26 commits into from
Closed

build: add urcrypt #90

wants to merge 26 commits into from

Conversation

matthew-levan
Copy link
Contributor

@matthew-levan matthew-levan commented Sep 22, 2023

Adds urcrypt-sys, a crate that provides Rust bindings to urcrypt, which is now required as a system dependency for building Ares. Also adds dependency installation commands in the CI script.

Copy link
Collaborator

@eamsden eamsden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marker review to make sure we audit the licenses of everything going into this codebase. @matthew-levan please reply to this review comment with a checklist of vendored libraries and a list of their licenses.

@matthew-levan matthew-levan marked this pull request as ready for review September 25, 2023 17:10
@matthew-levan matthew-levan force-pushed the msl/urcrypt branch 4 times, most recently from b601e9e to f1c0eb1 Compare September 25, 2023 17:54
@@ -14,5 +14,6 @@ pkgs.mkShell {
])
cargo-watch
gdb
secp256k1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

urcrypt should be built in the Nix environment. We should not require global installs of any package for developers.

@eamsden eamsden mentioned this pull request Nov 10, 2023
7 tasks
@eamsden
Copy link
Collaborator

eamsden commented Nov 10, 2023

I'll leave this open for now but it's likely to close in favor of #123 shortly.

@eamsden
Copy link
Collaborator

eamsden commented Nov 14, 2023

Closing in favor of #123 (which adds urcrypt to the nix shell so that it is easy for local devs to build ares with urcrypt) and #124 (which fixes a bug in jet_puck())

@eamsden eamsden closed this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants